object CDInfoForm: TCDInfoForm Left = 247 Top = 146 ActiveControl = ListView1 BorderStyle = bsDialog Caption = 'CD Information' ClientHeight = 308 ClientWidth = 369 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object BitBtn1: TBitBtn Left = 286 Top = 280 Width = 75 Height = 25 Caption = 'Close' TabOrder = 0 Kind = bkOK end object BitBtn2: TBitBtn Left = 8 Top = 280 Width = 75 Height = 25 Caption = 'Erase...' Enabled = False ModalResult = 6 TabOrder = 1 end object ListView1: TListView Left = 8 Top = 8 Width = 353 Height = 130 Columns = < item Caption = 'Property' Width = 220 end item Caption = 'Value' Width = 110 end> GridLines = True ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport end object ListView2: TListView Left = 8 Top = 144 Width = 353 Height = 130 Columns = < item Caption = 'Session' end item Caption = 'Track' end item Caption = 'Mode' end item Caption = 'Address' Width = 68 end item Caption = 'Length' Width = 68 end> GridLines = True ReadOnly = True RowSelect = True TabOrder = 3 ViewStyle = vsReport end object ListView3: TListView Left = 40 Top = 32 Width = 305 Height = 100 Columns = < item Caption = 'Session' end item Caption = 'Control' end item Caption = 'ADR' Width = 35 end item Caption = 'TNO' Width = 35 end item Caption = 'POINT' Width = 45 end item Caption = 'Min' Width = 35 end item Caption = 'Sec' Width = 35 end item Caption = 'Frame' Width = 45 end item Caption = 'Zero' Width = 35 end item Caption = 'PMIN' Width = 40 end item Caption = 'PSEC' Width = 40 end item Caption = 'PFRAME' Width = 60 end> GridLines = True ReadOnly = True RowSelect = True TabOrder = 4 ViewStyle = vsReport Visible = False end end